home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / sparc / xm-sol2.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  360b  |  13 lines

  1. #include "sparc/xm-sysv4.h"
  2.  
  3. /* If not compiled with GNU C, include the system's <alloca.h> header.  */
  4. #ifndef __GNUC__
  5. #include <alloca.h>
  6. #endif
  7.  
  8. /* We have _sys_siglist, but the declaration in <signal.h> conflicts with
  9.    the declarations in collect2.c and mips-tfile.c, so disable the declarations
  10.    in those files.  */
  11.  
  12. #define DONT_DECLARE_SYS_SIGLIST
  13.